WinAsm Studio, The Assembly IDE - Free Downloads, Source Code
Sponsors
Articles
Programming Quick Start
32-bit Assembler is Easy
Porting Iczelion tutorials
What is FASM
Hard Drive Recovery
Wiring your own LAN
Personal menu
Welcome Guest
User:
Pass:
Register!
Resend Validation Email
 
Forum
Pages (5) [1] 2 3 4 5   ( Go to first unread post )

I am not able to generate a .obj file of my......., Hello guys I am having a little problem with Studio......

vulPeCula
Quote Post


Extremely Active Member
******

Group: Members
Posts: 190
Member No.: 16362
Joined: 16-December 08


When ever I write some new exe project in Studio I am not able to run my file (rc included) an error as LNK1168 is occuring and when I try to seperately assemble teh same file using DOS as :->

ml /c /coff /I f:\masm32\include\ d:\projects\masm\myfile.asm

then this works successfully but no .obj file is created of myfile

I have reinstalled WinAsm and teh same problem continues

Masm I am using :->masm32v10r(but same problem is with ver 9)
And WinAsmFull studio package.

teh previous projects which I already have their .obj file are working fine..


Regards,
vulPeCula..
PMEmail PosterMSN
Top
shoorick
Quote Post


Extremely Active Member
******

Group: Admins
Posts: 2301
Member No.: 160
Joined: 22-June 04


the win32 and dos projects are greatly different. as masm32, the winasm studio was intentionally designed to develop win32 projects.

this means: masm32 has 32-bit ml and 32-bit linker, commandlines are set to 32-bit mode (/coff), 32-bit linker not able to link 16-bit applications in any way.

generally, 32-bit ml still can make 16-bit objects, but then the source has to have proper model definition inside and command line has to match to the target format.

later to be able support 16-bit applications winasm studio have including some options, particulary, it is neccessary to add 16-bit linker as "link16.exe" into masm32\bin folder, but it have dramatically different commandline fomat, thus not all it's options are in use.

finally, when neccesary to have code which able to be assembled in both modes the source has to have switching model using conditional assembly - i have no ever done this, so, can not say any more clever smile.gif
PMEmail PosterUsers Website
Top
vulPeCula
Quote Post


Extremely Active Member
******

Group: Members
Posts: 190
Member No.: 16362
Joined: 16-December 08


I am making a Win32 app with rc (which is just a dialog box)..

And other two files as shown in teh image are also created automatically they were never created before then this.....[I have Visual Studio 2010 installed]...???

but moreover it is also not making object file of asm file without a rc like simple window..sad.gif neither in WinAsm sudio nor when I assemble it through DOS promt.

What is teh reason and again I am not making 16 bit DOS programs..

Thanks,
vulPeCula

Attached Image
Attached Image
PMEmail PosterMSN
Top
vulPeCula
Quote Post


Extremely Active Member
******

Group: Members
Posts: 190
Member No.: 16362
Joined: 16-December 08


I have reinstalled WinAsm studio and Masm package version 9 now I have teh problem has become slightly different I have attached pics of step by step .

1:-> Assembling teh program
2:->Linking teh program
3:->Execution of teh program.

Please check out and tell me the problem and its cure...

Attached File ( Number of downloads: 3 )
 Login or Register to download
PMEmail PosterMSN
Top
vulPeCula
Quote Post


Extremely Active Member
******

Group: Members
Posts: 190
Member No.: 16362
Joined: 16-December 08


Hello guys I am again with a new screen shot it shows my problem more clearly so please help as soon as possible cause I am not able to work over Studio and a project of mine for almost 24 hours .

Screen shot is attached and I must remind that I have reinstalled Studio fifth or sixth time and masm too (ver 9).and teh problem is that it not creating object files for my asm files (neither Studio nor DOS).and please also check the previous pictures which I have attached as a .zip file in previous post ... as they are related to studio....


And where is Sea....?????

Regards,
vulPeCula.

Attached Image
Attached Image
PMEmail PosterMSN
Top
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

Topic Options Pages (5) [1] 2 3 4 5  Reply to this topicStart new topicStart Poll

 

Sponsors
Computer Science

Internet
C/C++
Hardware & PC maintenance

HiEditor

General Discussions
Suggestions/Bug Reports
WinAsm Studio

General Discussions
Suggestions/Bug Reports
WinAsm Studio FAQ
Multilingual User Interface
Add-Ins
Assembly Programming

Main
Newbies
Projects
Custom Controls
Snippets
Announcements & Rules

Announcements

General

Online Degrees - Distance Learning
The Heap
Russian
Google