Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.pascal.borland    |    Borland Pascal was actually pretty neat    |    2,978 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 2,217 of 2,978    |
|    Markus Humm to All    |
|    Re: Need help with Pascal    |
|    27 Jul 06 20:05:42    |
   
   From: markus.humm1@freenet.de   
      
   Hello,   
      
   you seem to be wrong on the used compiler.   
   Turbo Pascal 7.0 can't write windows programs. The ability for that came   
   with Turbo Pascal for Windows. This was also part of Borland Pascal 7.   
      
   Is your GUI a Windows one or a text mode based DOS one? And you're   
   always talking about windows things like CreateBitmapFile.   
      
   Maybe you need a Windows API reference, but since this is 16 bit windows   
   that will be hard to find.   
      
   For WMF-Files I've got a example around:   
      
   uses WObjects, WinTypes, WinProcs;   
   var MetaHDC:hDC;   
   begin   
    MetaHDC:=CreateMetafile('myfile.wmf');   
    {here is your drawing done!}   
    CloseMetaFile(MetaHDC);   
   end;   
      
   Greetings   
      
   Markus   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca