Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C2.exe 1

Status
Not open for further replies.

dwlerwill

Technical User
Joined
May 25, 2001
Messages
329
Hi All

When I try to compile an exe file in VB I get the error "could not execute 'C2.exe'" Anyone know what this means?

David Lerwill
"If at first you don't succeed go to the pub"
 
When compiling VB generates C code that is compiled by a program called C2.exe which is part of an old C compiler package. It sounds as though this file has been deleted, moved or corrupted in some way.

Try searching for C2.exe. It should be in:
C:\Program Files\Microsoft Visual Studio\VB98
 
Thanks mate, some how the file had moved to C:\windows???? Don't know how but put it back and works perfect.

Have a * :)



David Lerwill
"If at first you don't succeed go to the pub"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top