 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Valence Guest
|
Posted: Mon Feb 20, 2006 7:03 pm Post subject: tasm32 file not found |
|
|
I have a project with output set to go to a subdirectory "obj2006".
I have a file that uses asm { commands } called inout.cpp.
When compiling I get:
A file created in "obj2006" called inout.asm,
an error that states "Can't locate file: kh30000.ASM".
Whaa...? |
|
| Back to top |
|
 |
Roddy Pratt Guest
|
Posted: Tue Feb 21, 2006 7:03 pm Post subject: Re: tasm32 file not found |
|
|
"Valence" <notrust (AT) nobody (DOT) com> wrote in message
news:43fa0423$1 (AT) newsgroups (DOT) borland.com...
| Quote: | I have a project with output set to go to a subdirectory "obj2006".
I have a file that uses asm { commands } called inout.cpp.
When compiling I get:
A file created in "obj2006" called inout.asm,
an error that states "Can't locate file: kh30000.ASM".
Whaa...?
|
I'm guessing the assembler is getting confused between a command line
directive (/kh = hash table size) and the filename.
Check that you aren't specifying that assembler directive explicitly
somewhere..?
- Roddy |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|