replica nfl jerseysreplica nfl jerseyssoccer jerseyreplica nfl jerseys forums.silverfrost.com :: View topic - Access violation in draw_text call in 64 bit
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 

Access violation in draw_text call in 64 bit
Goto page Previous  1, 2
 
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support
View previous topic :: View next topic  
Author Message
LitusSaxonicum



Joined: 23 Aug 2005
Posts: 2402
Location: Yateley, Hants, UK

PostPosted: Sun May 26, 2019 10:15 am    Post subject: Reply with quote

Paul, I suspect that I have been sensitized in this respect by my favourite drawing program, CorelDRAW!, not supporting previous version files. Doesn't matter at all to new customers, matters a lot to 'old faithfuls'.

A couple of years ago I found the paperwork from when I attended the launch of Clearwin. I forget now, was it 1992? So the DBOS graphics got superceded a very long time ago. The legacy was perhaps the legacy of a legacy of a legacy!

Eddie
Back to top
View user's profile Send private message
DietmarSiepmann



Joined: 03 Jun 2013
Posts: 279

PostPosted: Mon May 27, 2019 4:54 pm    Post subject: Reply with quote

John-Silver,

you might want to look at the online help of ftn95 where /Define and /CFPP are both mentioned.

Sorry for the confusion. Option "/Define DRAW_TEXT 1" together with option "cfpp" is used to make line
Code:

CALL DRAW_TEXT@('DRAW_TEXT@',100,200,RGB@(0,0,0))

seen by the compile step (or not). Option /cfpp means that the compiler first preprocesses the code before compiling it. Option "/Define DRAW_TEXT 1" makes that the code following line "#if DRAW_TEXT" up to the next #ENDIF is active after the preprocessor step. This has nothing to do with the semantics of CALL DRAW_TEXT@. It is only used to make the code line containing "DRAW_TEXT@" be used by the compile step or not.

If option "/Define DRAW_TEXT 1" is missing it is the same as if you would have decommented the line containing "DRAW_TEXT@". You need option "/CFPP" because otherwise ftn95 would complain about the #IFDEF.

Regards,
Dietmar
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.silverfrost.com Forum Index -> Support All times are GMT + 1 Hour
Goto page Previous  1, 2
Page 2 of 2

 
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