Componentes.Terceros.jcl/official/1.100/packages/c5/JclDebugExpertDLLC50.cpp

32 lines
1.3 KiB
C++

//---------------------------------------------------------------------------
/*
-----------------------------------------------------------------------------
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
ALWAYS EDIT THE RELATED XML FILE (JclDebugExpertDLL-L.xml)
Last generated: 30-10-2006 08:25:07 UTC
-----------------------------------------------------------------------------
*/
#include <vcl.h>
#pragma hdrstop
USERES("JclDebugExpertDLLC50.res");
USEUNIT("..\..\experts\debug\converter\JclDebugIdeResult.pas");
USEUNIT("..\..\experts\debug\converter\JclDebugIdeImpl.pas");
USEUNIT("..\..\experts\debug\converter\JclDebugIdeConfigFrame.pas");
USEPACKAGE("vcl50.bpi");
USEPACKAGE("dsnide50.bpi");
USEPACKAGE("JclC50.bpi");
USEPACKAGE("JclBaseExpertC50.bpi");
//---------------------------------------------------------------------------
#pragma package(smart_init)
//---------------------------------------------------------------------------
// Library source.
//---------------------------------------------------------------------------
#pragma argsused
int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
{
return 1;
}
//---------------------------------------------------------------------------