replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: View topic - CWP_ICO.RC
forums.silverfrost.com Forum Index forums.silverfrost.com
Welcome to the Silverfrost forums
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CWP_ICO.RC

 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
klclark



Joined: 19 Dec 2011
Posts: 10

PostPosted: Tue Jul 17, 2012 2:38 am    Post subject: CWP_ICO.RC Reply with quote

WINAPP 'CWP_ICO.RC'
PROGRAM factor3
IMPLICIT NONE
INCLUDE <windows.ins>
EXTERNAL factoriser
INTEGER ans,number
Character*50 str
common number,str
number=1
str = ''
ans=winio@('%ca[Number Factoriser]&')
ans=winio@('%il&',1,2147483647)
ans=winio@('Number to be factorised: %rd&',number)
ans=winio@('%ta%`^bt[Fac&torise]',factoriser)
ans=winio@('%2nl%ob%42st%cb',str)

END

INTEGER FUNCTION factoriser()
integer number
Character*50 str
common number,str
write(str,*)number
call windo_update@(str)
factoriser=1
END


Compiling and linking file: factorisefor.for
[Silverfrost SRC/WIN32 Ver 3.65 Copyright (c) Silverfrost Ltd 2011]
*** Source file CWP_ICO.RC cannot be opened
1 ERRORS [<SRC/WIN32 Ver 3.65]
*** Compilation failed
*** Could not open: srcobj.obj
*** Compilation abandoned
Compilation failed.

I cannot find this file on my PC. It must have got lost when I installed your software. Is there somewhere where I can get this file? Also I will need the location of where to place it. Can you help?
Back to top
View user's profile Send private message
PaulLaidler
Site Admin


Joined: 21 Feb 2005
Posts: 8210
Location: Salford, UK

PostPosted: Tue Jul 17, 2012 8:21 am    Post subject: Reply with quote

You don't need the file for this example.

Replace the first line by

WINAPP

without the file name.
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
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


Powered by phpBB © 2001, 2005 phpBB Group