Search found 9 matches

by air0forceb914
Tue Aug 06, 2019 11:41 pm
Forum: Wine Help
Topic: using vc6(CL.EXE) to compile some C file show error, mspdb60
Replies: 10
Views: 4763

Re: using vc6(CL.EXE) to compile some C file show error, msp

my vc++6 probably not properly setup or I did not config it well; when I tried to open (in vc6 ide) resources.rc i got error /~AP954.tmp can not open file access denied I also test simple hello world.c, by choosing window console-> simple Hello World when I execute it, it get similar error and Canno...
by air0forceb914
Tue Aug 06, 2019 11:15 am
Forum: Wine Help
Topic: using vc6(CL.EXE) to compile some C file show error, mspdb60
Replies: 10
Views: 4763

Re: using vc6(CL.EXE) to compile some C file show error, msp

your test is success , but is it run from source code compiled by vc++6; any service pack added/winecfg config?) under wine (with maybe linux or any wine compatiable unix); I follow your advice, choose empty project then open/load cannon.c, cannon.h, resource.h (to IDE and save it in project cannon ...
by air0forceb914
Mon Aug 05, 2019 11:08 pm
Forum: Linux
Topic: install or reinstall vc++6 at wine4.10 need help
Replies: 3
Views: 1300

Re: install or reinstall vc++6 at wine4.10 need help

so, I remove them all, and try to reinstall. I meet problem vc++6, (.exe); it generate a subdirectory at place I execute that vc++6 in its subdirectory, it have SETUP.EXE when I run it under wine it ask (Install lastest window service pack) then (locate disk 1 of Microsoft visual c++ 6 standard edit...
by air0forceb914
Thu Aug 01, 2019 2:10 pm
Forum: Linux
Topic: install or reinstall vc++6 at wine4.10 need help
Replies: 3
Views: 1300

install or reinstall vc++6 at wine4.10 need help

I tried to install or reinstall my vc++6, at setup up, it request latest window service pack where I can get it? I ever download and install Vs6sp6.exe; but now when I tried to execute it, it ask which location I should install it, and when I click browse, it only show (Desktop->My Computer, and hig...
by air0forceb914
Tue Jun 18, 2019 12:35 pm
Forum: Linux
Topic: compile error, by vc98(or vc++6.0) C1189, CONTEXT for your C
Replies: 2
Views: 988

Re: compile error, by vc98(or vc++6.0) C1189, CONTEXT for yo

though I will try later, but that source code supposed to work(that mean, it won't need to be modify, and can be compile and run good at year 2000 time's Microsoft visual c compiler); or maybe if you don't think it is other file need to be modify; you can test that source code at your visual studio ...
by air0forceb914
Mon Jun 17, 2019 8:35 pm
Forum: Wine Help
Topic: using vc6(CL.EXE) to compile some C file show error, mspdb60
Replies: 10
Views: 4763

Re: using vc6(CL.EXE) to compile some C file show error, msp

I tested a source code written at year 2000, here is website I download, I just test first one cannon.zip https://resources.oreilly.com/examples/0636920012221 its executable work good(in debug, cannon.exe), on my wine4.0 and wine4.10 32 bit arch, under my ubuntu19.04(64); but I like to tried to comp...
by air0forceb914
Mon Jun 17, 2019 1:29 pm
Forum: Linux
Topic: compile error, by vc98(or vc++6.0) C1189, CONTEXT for your C
Replies: 2
Views: 988

compile error, by vc98(or vc++6.0) C1189, CONTEXT for your C

Dear Wine advanced user/programer: when I tried to compile a c code written at 2000; I use wine (4.10 , 32 bit arch) and vc98(or vc++6.0); I got the following errors on my ubuntu19.04 gcc8.3(although I have gcc/g++-9): ----------------------- \INCLUDE\winnt.h(2133) : fatal error C1189: #error : You ...
by air0forceb914
Sun Jun 16, 2019 3:38 pm
Forum: Wine Help
Topic: using vc6(CL.EXE) to compile some C file show error, mspdb60
Replies: 10
Views: 4763

Re: using vc6(CL.EXE) to compile some C file show error, msp

thx your reply; although I can get simple hello world compile and run at wine (now I upgrade to 4.10; arch 32 bit); a little complicated program, that still make many compile mistakes(that c source code of book, download site also come with its .exe executable code, which can run/work at wine (32 bi...
by air0forceb914
Thu Jun 13, 2019 2:14 pm
Forum: Wine Help
Topic: using vc6(CL.EXE) to compile some C file show error, mspdb60
Replies: 10
Views: 4763

using vc6(CL.EXE) to compile some C file show error, mspdb60

dear advanced user/programers: when I using wine to run vc++6,(CL.EXE) to compile a C source code copied from book, physics for game developer 1st ed, cannon.c I got the following 2 errors: mspdb60.dll (which is needed by L"Z ..... CL.EXE) and the other (dll related too) I searched google, some...