coltonon / D2DOverlay

Easy to use overlay using Direct2d
147 stars 56 forks source link

D2DOverlay.lib x86 #2

Closed gandlf closed 5 years ago

gandlf commented 5 years ago

Can you please share the D2DOverlay.lib for x86 or the src of the lib? Need it for internal 32 bit game.

fqdeng commented 5 years ago

You can compile it by setting x86 release or put main folder Source.cpp in your sources folder and remove #progrma related code.

coltonon commented 5 years ago

Yeah, you should be fine compiling it in x86. Also you can just include the entire src file, you don't need to compile it to a lib.