--- In [email protected], "Melissa" <excesspap...@...> wrote:
>
> If you can provide the files for command-line compiling I'd appreciate it. 
> I'll then give it a try.



If you copy the following into  a file called pprovista.clfile, put this file 
in same folder as pprovista.cpp file, and then open a command window on that 
folder and type
cl @pprovista.clfile
then hopefully it will compile.  I cannot test it beyond the first error 
message relating to the .h file.

pprovista.cpp
/nologo /MT /W3 /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"

kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib 
shell32.lib 
ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 
/link /subsystem:windows  /dll  /incremental:no /out:pproVista.dll

Reply via email to