[VisualStudio] Build Error - Please Help!

johnmcloud

New member
Joined
Jun 29, 2011
Messages
1
Programming Experience
Beginner
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: ------------------------> VirtualCDClient clt&status); -------> To this line:------> 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 --------> filesbazislib.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
 
Last edited:
How is this related to VB.Net development?
 
Back
Top