Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / February 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
funny problem about funtion-try-block in vc7.117 Feb 2004 14:57 GMT2
Following code can't pass compilation
class CLS
:public exception
{
getting the filename and the current directory of our program17 Feb 2004 11:26 GMT2
I want to get the real name of my .exe and the current directory if the user change it, but i haven't find a function that do the job.
Please help
Thanks
Returning char* / System.String array from unmanaged c++ dll into a c# application17 Feb 2004 10:26 GMT5
how can i return an array of strings from an unmanaged c++ dll into a c#
application?
cheers
Mark
post vs. pre incrementation17 Feb 2004 09:40 GMT2
I have a very simple question: Is it still true that pre variable
incrementation (like ++i) is faster than post incrementation (i++). I heard
that in modern compilers it makes no difference as the both versions are
optimised to one type of code. I've also never encountered any ...
Automatically increment version resource17 Feb 2004 08:51 GMT8
Is there any way in an unmanaged C++ project to have the FILEVERSION
property in the version resource automatically get a larger value each time
I rebuild my project?
Data sizes, VC++ 6.0 vs VC++.NET17 Feb 2004 06:26 GMT6
Here is a chunk of data
 float m_fStrtTime, m_fTRise, m_fT0
 float m_fFO20, m_fFO2M, m_fFO2F
 float m_fFCO20, m_fFCO2M, m_fFCO2F
VC7 exceptions17 Feb 2004 02:15 GMT1
Our company is about to upgrade to VC7 (.NET) from VC6.0
Regarding VC7, I have a question
1. In VC6 there used to be a problem when mixin
   C++ "catch" and SEH's "__finally". The compiler used
AssemblyVersion and FileVersion in Managed C++16 Feb 2004 22:23 GMT1
In C#, when one specifies an assembly attribute for the Assembly version,
this becomes the file version as well.  In Managed C++, there appears to be
no relation between the assembly attribute and the file version.  In fact,
unless one specifies a version resource, no version ...
Irregular Exception16 Feb 2004 18:47 GMT1
sometimes the source code below raises following exception:
HEAP[Test.exe]: HEAP: Free Heap block cda1788 modified at cda1880 after it
was freed
Unhandled exception at 0x77f65a58 in Test.exe: User breakpoint.
Very newbie question about returning strings16 Feb 2004 17:11 GMT2
How do I call a function that returns a string in managed C++
This for example is very wrong.
private: System::Void button1_Click(System::Object * sender,
System::EventArgs * e)
hpp and h files16 Feb 2004 17:03 GMT2
Just wanna know whats the difference between a *.hpp and *.h files. Seems
like they are writing code in *.hpp and also using it as header file but in
*.h they dont write code, only headers.
How to avoid Save dialog in Active document16 Feb 2004 16:40 GMT1
 I have create a both container and server's Active document ,it works well when open a document in IE,
but when user close IE, it prompt a dialog : this document has been modified.Do you want to save changes? yes :...
I don't want to prompt the dialog, how to disabled it?
 Best ...
No .obj files created16 Feb 2004 16:36 GMT1
I'm using Visual C++ .ne
I'm using the default compiler but it doesnt seem to be generating .obj files in debug mode
It creates a debug directory in the correct place but doesnt put any obj files into it
I get no compiler errors, then when it comes to linking I get error saying ...
Scope Woes16 Feb 2004 16:34 GMT1
I have a class with a private member function:
void H6809_CPU::StoreWord(Word Data, Word Address)
{
Memory[Address] = Data >> 8; // High byte of Data
[Emergency!] How to set system default language by code?16 Feb 2004 13:20 GMT9
Hi, all,
A new feature is required to add to my program today. But I do not have any
idea about it.
The feature should implement these two functions:
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 January, 2004
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.