| View previous topic :: View next topic |
| Author |
Message |
Piotr S. Guest
|
Posted: Sun Feb 11, 2007 8:36 pm Post subject: screensaver and BCB6 |
|
|
Hi all!
I'm trying to write a screensaver for windows in borland c++ builder.
In WIN32 Developers Guide I found much on Screen Saver Functions
that I try to use in my code. But BCB6 adds automatically its forms
as default. The first thing is that I dont want to have any forms. How
to say to BCB6 that it adds no forms by default?
BCB6 creates by default also files unit.cpp (where functions can be defined)
and Project1.cpp - file where WinMain is defined. Where should I put my
definitons and body of ScreenSaverProc and other screen saver functions?
I try to replace WinMain with my screen saver functions but then an error
message
is displayed that the project must have a main or WinMain function. Strange,
code::blokcs compiler compiles and links such project.
Does anybody know how to compile and run this under BCB6? |
|
| Back to top |
|
 |
Remy Lebeau (TeamB) Guest
|
Posted: Mon Feb 12, 2007 3:12 am Post subject: Re: screensaver and BCB6 |
|
|
"Piotr S." <inri (AT) buziaczek (DOT) pl> wrote in message
news:45cf29ef (AT) newsgroups (DOT) borland.com...
| Quote: | I'm trying to write a screensaver for windows in borland c++
builder. |
This is not an ActiveX issue. Your questions have been answered in
the "borland.public.cppbuilder.ide" group.
Gambit |
|
| Back to top |
|
 |
|