473,396 Members | 2,018 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

How to work with vgl?

How to make (link) the program with it? Is there anyone who works with vgl?
Nov 13 '05 #1
5 3505
ma*******@mail.ru (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
(ir*******@freenet.de)
Nov 13 '05 #2

"maths_fan" <ma*******@mail.ru> 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.
Nov 13 '05 #3
Irrwahn Grausewitz <ir*******@freenet.de> wrote in message news:<7p********************************@4ax.com>. ..
ma*******@mail.ru (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.
Nov 13 '05 #4
maths_fan <ma*******@mail.ru> scribbled the following:
Irrwahn Grausewitz <ir*******@freenet.de> wrote in message news:<7p********************************@4ax.com>. ..
ma*******@mail.ru (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 (pa*****@cc.helsinki.fi) ------------- Finland --------\
\-- http://www.helsinki.fi/~palaste --------------------- rules! --------/
"Keep shooting, sooner or later you're bound to hit something."
- Misfire
Nov 13 '05 #5
ma*******@mail.ru (maths_fan) wrote:
Irrwahn Grausewitz <ir*******@freenet.de> wrote in message news:<7p********************************@4ax.com>. ..
ma*******@mail.ru (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
(ir*******@freenet.de)
Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Jonas | last post by:
This works fine in Win XP but does not work at all in Win 98. Private WithEvents objIExplorer As InternetExplorer I have to do it like this to get it to work in Win 98 Dim objIExplorer As...
3
by: Douglas Buchanan | last post by:
Buttons don't work if form is opened on startup A2k If 'frmMain' is set to open by default at startup none of the buttons work. If 'frmMain' is opened from the database window then all the...
15
by: Brett | last post by:
I'd like to know what management and the work environment are like where you work. I need something relative to compare my current work environment. Here's a few questions I have: 1.) Is it...
2
by: Holysmoke | last post by:
Hi, I have a asp.net form with a button in it. In the onlclick event of button I want to write a function which does some a bit of work with a timespan of 15 seconds. So I want to show a image...
1
by: Jeff | last post by:
Hello, I have developed a library of controls but for the life of me cannot get ToolboxBitmapAttribute to work -- my image simply will not display in the toolbox of any project using my...
6
by: scottyman | last post by:
I can't make this script work properly. I've gone as far as I can with it and the rest is out of my ability. I can do some html editing but I'm lost in the Java world. The script at the bottom of...
48
by: Jimmy | last post by:
thanks to everyone that helped, unfortunately the code samples people gave me don't work. here is what i have so far: <% Dim oConn, oRS, randNum Randomize() randNum = (CInt(1000 * Rnd) + 1) *...
33
by: bonk | last post by:
I have an application that needs to perform some background work, i.e. Logging, wich must not block the main thread. How would I basically design such a scenario? It is obvious that I should do...
11
Niheel
by: Niheel | last post by:
http://bytes.com/images/howtos/information_overloaded.jpgPaul Graham wrote an interesting article a few months back about how the internet is leading to information overload for information workers...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.