Login Page - Create Account

Support Board


Date/Time: Tue, 15 Sep 2026 09:05:36 +0000



Post From: Importing DLLs

[2022-05-20 17:48:58]
ycomp - Posts: 334
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"))