SGDK CodeBlocks Setup issues

SGDK only sub forum

Moderator: Stef

hotrodx
Very interested
Posts: 50
Joined: Thu Mar 21, 2019 1:23 pm

Re: SGDK CodeBlocks Setup issues

Post by hotrodx » Sat Jul 27, 2019 6:58 am

This is most likely a backslash/forwardslash issue in the environment.

For GDK, it's forward slash. For GDK_WIN, it's backslash.

So in your case:
GDK=C:/games/Sega_Genesis/Dev/SGDK-master
GDK_WIN=C:\games\Sega_Genesis\Dev\SGDK-master

Go to the command line, and enter SET to check your current values.

Post Reply