|
-
June 30th, 2011, 08:23 AM
#1
[C++] Build Error? Please Help!
Hi community, i'm new user here.I'm trying modify and build a script from a open source program called WinCdEmu Portable.The portable version have a error in the code and i can use the command line because the software don't recognize the virtual driver installed.
This is the line to modify:
Code:
VirtualCDClient clt&status);
To this line:
Code:
VirtualCDClient clt(&status, true);
The file is batchmnt.cpp an is in in this source directory:
souceforge.net/projects/wincdemu/files/wincdemu/3.4/
This is the library, indispensable for build the file
bazislib.sysprogs.org/
Every time i change the line and try to build the file to .exe i have the same error:
1 Error "file not found..."
But the file are all here and the library is installed.
Please someone help me and try to build the file.
It' very important for me.
Thanks, John
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|