First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
Passing pointer to array of structs
In the sample below I wish to pass a pointer to an array of structs from main to function f1. While the code below works I do not think it is correct because the argument for f1 is a pointer to a struct not an array of structs. This project is strictly C. Apologies for posting to a C++ group but this group demonstr... 28 Mar 2008 01:10
App built by VS2008 causes "side-by-side configuration"-error in Vista
>> Or should I stick to old VS 6.0? This is only for you to say. Staying with VC6 has many advantages, but: 1. The compiler is very outdated. 2. The latest version of the PSDK you can use is February 2003. 3. The compiler is no longer supported by Microsoft and new copies of VC6 are not avai... 25 Mar 2008 17:58
VB and VC++ applications interaction
Hi All, I have devloped an gui in vb 6.0. I have launhed an application (core.exe) from VB. Now, How do I know the status of core.exe? i mean, whether it is running or not in VB application. I need some acknoledgement to GUI appication when VC++ application terminating. How? Does vb supports multi th... 5 Apr 2008 23:19
replace string in stream
I have a function that read data byte and drmp to a file how can I change the string <givenname xsi:nil='true'/> to <givenname>.</givenname> ====================== bool dump; std::ofstream dumpfile; int my_block_reader(void *userdata, const char *buf, size_t len) { if (dump == false) { if (strnicmp... 25 Mar 2008 05:46
How to access part of the bitmap resource?
Hi, I'd like to know how to access just part of the bitmap resource programatically? The upper part contains a depressed button The lower part contains a normal button. Just want to switch between them to create animation effect :) Thanks Jack ... 25 Mar 2008 17:25
GetSaveFileName()
Env: WindowsXP, VC++6.00 I wonder how to center the window opened by calling GetSaveFileName() without using OFN_ENABLEHOOK. TIA ou ... 25 Mar 2008 03:36
Managed Debugging Assistant 'FatalExecutionEngineError' 0xc0000005
I'm receiving the following error at execution. Managed Debugging Assistant 'FatalExecutionEngineError' has detected a problem in 'c:\Work\C\WideangleRadar\src\SetWideangleCapture\trunk \VC8\Debug\SetWideangleCapture.exe'. Additional Information: The runtime has encountered a fatal error. The address of the erro... 24 Mar 2008 09:34
App built by VS2008 causes "side-by-side configuration"-errorin Vista
TheOne wrote: Should I install the redis package everytime our product is installed? Yes if you use dynamic linking. Or should I static-build every module of my product? This is what I always do. But not every application architecture will support it. Or should I build for each version of OS? No, ... 25 Mar 2008 10:19
C++ COM STA model
Hello everyone, In COM STA model, a hidden Window will be created with synchronized message pump operation. I have seen and debugged a couple of samples. My quesitons are, 1. Who (which party) is responsible for generating code to create the hidden Window and generate message pump (retrieve message one-by... 30 Mar 2008 10:45
Call constructor
Hello everyone, Is it legal and good code to call one constructor from another in the same class? I show the pseudo code below. [Code] Test(bool param1, bool param2) { // set and manipulate param1 // call constructor with a single bool input parameter Test (param2); } Test(bool param2) : ac... 24 Mar 2008 05:03
First  |  Prev |  Next  |  Last
Pages: 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125