| Thread | Last Post | Replies |
|
| funny problem about funtion-try-block in vc7.1 | 17 Feb 2004 14:57 GMT | 2 |
Following code can't pass compilation class CLS :public exception {
|
| getting the filename and the current directory of our program | 17 Feb 2004 11:26 GMT | 2 |
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# application | 17 Feb 2004 10:26 GMT | 5 |
how can i return an array of strings from an unmanaged c++ dll into a c# application? cheers Mark
|
| post vs. pre incrementation | 17 Feb 2004 09:40 GMT | 2 |
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 resource | 17 Feb 2004 08:51 GMT | 8 |
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++.NET | 17 Feb 2004 06:26 GMT | 6 |
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 exceptions | 17 Feb 2004 02:15 GMT | 1 |
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 GMT | 1 |
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 Exception | 16 Feb 2004 18:47 GMT | 1 |
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 strings | 16 Feb 2004 17:11 GMT | 2 |
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 files | 16 Feb 2004 17:03 GMT | 2 |
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 document | 16 Feb 2004 16:40 GMT | 1 |
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 created | 16 Feb 2004 16:36 GMT | 1 |
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 Woes | 16 Feb 2004 16:34 GMT | 1 |
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 GMT | 9 |
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:
|