Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Skin Framework
  New Posts New Posts RSS Feed - Creating and DLL
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Creating and DLL

 Post Reply Post Reply
Author
Message
Alwin View Drop Down
Newbie
Newbie
Avatar

Joined: 05 June 2020
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote Alwin Quote  Post ReplyReply Direct Link To This Post Topic: Creating and DLL
    Posted: 05 June 2020 at 3:10pm
Hi,

I am testing Toolkit Pro release 19.1.
I want to create a C++ dll to access the runtime DLL from Visual Objects, instead of the ActiveX Suite

Installed it in Visual Studio 2012 (v110)
Because otherwise i have to install updates of C++ on customer protected network environments.
The "Toolkit Pro Application" does not popup with an application wizard in Visual Studio 2012
On Visual Studio 2017 it does popup (on the same machine)
Can somebody make an simpel DLL project for me in Studio 2012 with access just these entry's so i can DLLExport it ?

XTPSkinManager()->License
XTPSkinManager()->LoadSkin()
XTPSkinManager()->ApplyOptions
XTPSkinManager()->ApplyWindow(hWnd)

An new simple DLL project in Visual Studio 2012 and just insert -> XTPSkinManager.h  is not working at all. Probably missing lost of statements of the Wizard (which is not working).

#include <windows.h>
#include "XTPSkinManager.h"   

extern "C" __declspec(dllexport) int MyOwnActivateCodeJock(HWND hwnd)
{
CXTPSkinManager* pSkinManager = XTPSkinManager();
return 0;
}

I am already using the ActiveX version, but register and ActiveX on customers protected network will not work so well.

Thanks,
Alwin
Greetings
Alwin
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.125 seconds.