Coder's Guild Mailing List

Re: Visual Basic and C

Posted by Harry Eaton on 1998-02-04

I'm doing the same type of thing. (not much experience with dll's though)
Maybe we could learn together.

What kind of graphics will you be doing?

Harry

ps: I'm at work, so any e-mail should really go to my home heaton@xxx.xxx
thanks

-----Original Message-----
From: Murphy, Jason <murpjas@xxxxxxx.xx>
To: heaton@xxx.xxx <heaton@xxx.xxx>
Date: Tuesday, February 03, 1998 2:08 PM
Subject: Visual Basic and C


>
>I am writing a graphics package. I am using Visual Basic for the
>interface and C for all the functions like line and circle etc. I have
>to write the code for everything to do with the graphics so I cannot just
>use the Visual Basic functions.
>
>I am guessing that I am going to have to write C functions into dll's and
>use these to do the work. I have never done anything like this before
>and am not sure how to do it. Do I compile it differently? And the list
>of questions goes on. Any help would be appreciated.
>
>Jason