![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
|
assembled in vc++ but could not assmble with masm32
im getting this error from masm32, i was wondering whats wrong?
AddSubAlt.obj : error LNK2001: unresolved external symbol _ExitProcess@4 AddSubAlt.obj : error LNK2001: unresolved external symbol _DumpRegs@0 AddSubAlt.exe : fatal error LNK1120: 2 unresolved externals thanks |
|
|
|
|
|
#2 |
|
PFO God In Training
![]() ![]() Join Date: Jun 2005
Location: near St Louis, MO. (USA)
Posts: 1,720
Rep Power: 7
![]() |
Re: assembled in vc++ but could not assmble with masm32
The error messages say it all -- it doesn't know where those two functions have been coded.
__________________
PFO's FAQ is here |
|
|
|
|
|
#3 |
|
Newbie
|
Re: assembled in vc++ but could not assmble with masm32
i figured i have to include the irvine32.lib as well as the masm32 kernel32.lib. got rid of the exitprocess problem
now i need to figure out whats there for the dumpregs |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C++ / DirectX / OpenGL Game and Graphics Guru – fast growing VC backed startup | christina9 | Paid Job Offers | 0 | Jun 20th, 2008 3:24 PM |
| Masm32 adding two floats | Fall Back Son | Assembly | 7 | Mar 31st, 2008 6:37 PM |
| MASM32 compile problem | Kilo | Assembly | 3 | Nov 20th, 2005 12:39 PM |
| Newbie: Masm32 program that beeps 6 times | Johnny5 | Assembly | 2 | Jun 12th, 2005 10:49 AM |
| problem with lstrcmp (masm32) | lepricaun | Assembly | 2 | Mar 16th, 2005 5:19 AM |