Re: [racket-users] Compile and Embedding

2016-06-26 Thread Diego Rodriguez
Tried modifying the sources to expose the scheme_compile_for_eval but it's not working. I'm trying now your solution, so: - DLL exposing the functions i need in the scripts - glue.rkt, which expose the FFI of the dll to the other modules - hello.rkt module which will call the glue.rkt functions

Re: [racket-users] VS 2015 Community and Racket Embedding

2016-06-26 Thread Diego Rodriguez
Yes, got it working checking out the repo and updating the msvcprep.bat before making nmake win32-in-place. I have added this to the bat: set VCVARBAT=C:\Program Files\Microsoft Visual Studio 15.0\vc\vcvarsall.bat if not exist "%VCVARBAT%" set VCVARBAT=C:\Program Files (x86)\Microsoft Visual

Re: [racket-users] VS 2015 Community and Racket Embedding

2016-06-26 Thread Matthew Flatt
At Sun, 26 Jun 2016 07:31:14 -0700 (PDT), Diego Rodriguez wrote: > Il giorno domenica 26 giugno 2016 14:33:12 UTC+2, Matthew Flatt ha scritto: > > Can you say more about the problem with VS 2015? I have used VS 2015, > > and it worked for me, although I haven't used it lately. > > > > Did you run

Re: [racket-users] VS 2015 Community and Racket Embedding

2016-06-26 Thread Diego Rodriguez
Il giorno domenica 26 giugno 2016 14:33:12 UTC+2, Matthew Flatt ha scritto: > Can you say more about the problem with VS 2015? I have used VS 2015, > and it worked for me, although I haven't used it lately. > > Did you run `nmake win32-in-place` in the top-level Git checkout, or > did you build

Re: [racket-users] VS 2015 Community and Racket Embedding

2016-06-26 Thread Matthew Flatt
Can you say more about the problem with VS 2015? I have used VS 2015, and it worked for me, although I haven't used it lately. Did you run `nmake win32-in-place` in the top-level Git checkout, or did you build in some other way? If you build the part of Racket that's in the "src" directory

[racket-users] VS 2015 Community and Racket Embedding

2016-06-26 Thread Diego Rodriguez
Hi, i have followed the guide on the site to embed racket in a c program. I have noticed the setup bats are not updated for visual studio 2015, so i had hard times to make it work, but in the end i suceeded. Now, i have a problem with raco tools, in particular after i have compiled everything