|
Last change
on this file was 450, checked in by chronos, 13 years ago |
- Added: Test using Graphics32 package TGR32Image class.
- Modified: Used packages are now located uncompressed in Packages subfolder.
|
|
File size:
539 bytes
|
| Line | |
|---|
| 1 | //---------------------------------------------------------------------------
|
|---|
| 2 |
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 | #include <vcl.h>
|
|---|
| 6 |
|
|---|
| 7 | #pragma hdrstop
|
|---|
| 8 |
|
|---|
| 9 | #pragma package(smart_init)
|
|---|
| 10 |
|
|---|
| 11 | //---------------------------------------------------------------------------
|
|---|
| 12 |
|
|---|
| 13 |
|
|---|
| 14 |
|
|---|
| 15 | // Package source.
|
|---|
| 16 |
|
|---|
| 17 | //---------------------------------------------------------------------------
|
|---|
| 18 |
|
|---|
| 19 |
|
|---|
| 20 |
|
|---|
| 21 | #pragma argsused
|
|---|
| 22 |
|
|---|
| 23 | int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
|
|---|
| 24 |
|
|---|
| 25 | {
|
|---|
| 26 |
|
|---|
| 27 | return 1;
|
|---|
| 28 |
|
|---|
| 29 | }
|
|---|
| 30 |
|
|---|
| 31 | //---------------------------------------------------------------------------
|
|---|
| 32 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.