Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 19:55:40 +0000



[Programming Help] - Importing DLLs

View Count: 385

[2022-05-20 17:48:58]
ycomp - Posts: 274
Is there a way to import a dll using the cloud compiler?

I don't have Visual Studio installed (just VS Code)

I'm trying to import this msxml6.dll

#include <stdio.h>
#include <tchar.h>
#include <windows.h>
#import <msxml6.dll> rename_namespace(_T("MSXML"))
[2022-05-21 20:26:47]
Tony - Posts: 458
Are you referring to ' Remote Build ' function of Sierra Chart?
[2022-06-25 12:53:25]
ycomp - Posts: 274
yeah I was, I gave in and switched over to visual studio 2022.. it's a wonky IDE but does the job.. and has a great debugger. Just wish it wouldn't crash when I peek at git history changes.

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account