Sublime Forum

Using ctypes with Sublime plugins

#1

I’m working on a code alignment plugin that would extend an existing project (from VisualStudio and Notepad++) to Sublime.

Can anyone share some guidance for getting ctypes (or more of ctypes) working for Sublime?

My usage for ctypes is limited to LoadLibrary(), 3 or 4 native types (int, void*, char]), and the ability to make cdecl calls.

Thanks in advance,
–Nick

0 Likes

#2

It seems that my issue was related to x64 vs. x86 builds in the DLL being called.

0 Likes