Search found 3 matches
- Fri Apr 22, 2016 4:28 pm
- Forum: General
- Topic: Lua and c++/c distribution
- Replies: 5
- Views: 1933
Re: Lua and c++/c distribution
Thanks for the info zorg I have scoured the Love2d bitbucket physfs source to see if i can find any help there but I assume reading a zip file appended to an exe (or cpp, whatever) would consist of a filepath such as "myexe.exe/myzip/mylua.lua" or something along the lines of that
- Thu Apr 21, 2016 8:35 pm
- Forum: General
- Topic: Lua and c++/c distribution
- Replies: 5
- Views: 1933
Re: Lua and c++/c distribution
thanks pigmeno this is gonna be a windows only feature I'm mainly doing this because if i make it in java next year my application will be redundant because of all the changes in java but anyway Thanks!
- Thu Apr 21, 2016 5:25 pm
- Forum: General
- Topic: Lua and c++/c distribution
- Replies: 5
- Views: 1933
Lua and c++/c distribution
For a project I'm working on I want to be able to run Lua in c++ (which i know about states and stuff) but i don't know how to distribute the .exe and .lua as one file. but the i saw that Love2d achieves this through the copy \b command in windows so i tried this with two .txt files and it just copi...