Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > How to work with vgl?

Reply
Thread Tools

How to work with vgl?

 
 
maths_fan
Guest
Posts: n/a
 
      10-19-2003
How to make (link) the program with it? Is there anyone who works with vgl?
 
Reply With Quote
 
 
 
 
Irrwahn Grausewitz
Guest
Posts: n/a
 
      10-19-2003
(maths_fan) wrote:

>How to make (link) the program with it? Is there anyone who works with vgl?


And what is your C question?
Please read the c.l.c welcome-message

http://www.angelfire.com/ms3/bchambl...me_to_clc.html

and the c.l.c-faq

http://www.eskimo.com/~scs/C-faq/top.html

before posting here.
Thank you.
--
Irrwahn
()
 
Reply With Quote
 
 
 
 
Malcolm
Guest
Posts: n/a
 
      10-19-2003

"maths_fan" <> wrote in message
> How to make (link) the program with it? Is there anyone who works
> with vgl?
>

The three letter "vgl" could stand for almost anything in computers.

If "vgl" is a library, your compiler might be able to link with it.
Generally this is done by #including the approriate headers in your C source
(eg #include "vgl.h"), and then possibly telling the compiler in which
directory these headers are to be found. To link proper, you might need to
pass an option to your linker. Typically this will be something like -l
vgl.lib, but the exact syntax may vary.


 
Reply With Quote
 
maths_fan
Guest
Posts: n/a
 
      10-19-2003
Irrwahn Grausewitz <> wrote in message news:<>. ..
> (maths_fan) wrote:
>
> >How to make (link) the program with it? Is there anyone who works with vgl?

>
> And what is your C question?
> Please read the c.l.c welcome-message
>
> http://www.angelfire.com/ms3/bchambl...me_to_clc.html
>
> and the c.l.c-faq
>
> http://www.eskimo.com/~scs/C-faq/top.html
>
> before posting here.
> Thank you.


The quastion was: how to work with C language library VGL. Don't you
think it's a C language quastion? I read man, but I still don't know
how to send graphics from bitmap to display.
 
Reply With Quote
 
Joona I Palaste
Guest
Posts: n/a
 
      10-19-2003
maths_fan <> scribbled the following:
> Irrwahn Grausewitz <> wrote in message news:<>. ..
>> (maths_fan) wrote:
>> >How to make (link) the program with it? Is there anyone who works with vgl?

>>
>> And what is your C question?
>> Please read the c.l.c welcome-message
>>
>> http://www.angelfire.com/ms3/bchambl...me_to_clc.html
>>
>> and the c.l.c-faq
>>
>> http://www.eskimo.com/~scs/C-faq/top.html
>>
>> before posting here.
>> Thank you.


> The quastion was: how to work with C language library VGL. Don't you
> think it's a C language quastion? I read man, but I still don't know
> how to send graphics from bitmap to display.


The C language does not define any library called VGL. Therefore this is
not a C language question.

--
/-- Joona Palaste () ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"Keep shooting, sooner or later you're bound to hit something."
- Misfire
 
Reply With Quote
 
Irrwahn Grausewitz
Guest
Posts: n/a
 
      10-19-2003
(maths_fan) wrote:

>Irrwahn Grausewitz <> wrote in message news:<>. ..
>> (maths_fan) wrote:
>>
>> >How to make (link) the program with it? Is there anyone who works with vgl?

>>
>> And what is your C question?
>> Please read the c.l.c welcome-message
>>
>> http://www.angelfire.com/ms3/bchambl...me_to_clc.html
>>
>> and the c.l.c-faq
>>
>> http://www.eskimo.com/~scs/C-faq/top.html
>>
>> before posting here.
>> Thank you.

>
>The quastion was: how to work with C language library VGL. Don't you
>think it's a C language quastion?


While it is related to C, it is still off-topic in comp.lang.c, because
this group is about standardized C, not about non-standard extensions to
the C language. But you already knew this, as you followed the links
above, right?

>I read man, but I still don't know
>how to send graphics from bitmap to display.


ISO C has no notion of bitmaps or displays. I never ran across the
library you named, so I unfortunately cannot point you to a more
appropriate news-group. Look for an OS/implementation specific NG.

Regards
--
Irrwahn
()
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: How include a large array? Edward A. Falk C Programming 1 04-04-2013 08:07 PM
RE;Kontki if you delete kontiki any program you loaded with it in it 'will not work I have tried it with three programs and none work anymore (if you se it just stop download) 1-Twitch Computer Support 5 04-23-2009 02:45 PM
MS work around on text wrapping in a datagrid does not work TB ASP .Net 2 02-22-2006 10:34 PM
Hi I am new to asp i can not get it to work on xp pro sp2 even though the localhost work but asp pages dont so can some one help craig dicker ASP .Net 9 07-07-2005 11:52 AM
Re: Those cute little "WORK-SAFE" / "NOT WORK-SAFE" tags that people put in the Subject headers of their posts... Soapy Digital Photography 1 08-16-2004 12:07 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57