Quantcast
Channel: User trojanfoe - Stack Overflow
Browsing all 226 articles
Browse latest View live
↧

Comment by trojanfoe on How to properly build Google V8 as a static library...

brew install v8

View Article


Comment by trojanfoe on I can't run cocoapods in terminal

Typo: remove the leading $.

View Article


Comment by trojanfoe on Silence unused variable waring whne matching enum of...

Add an underscore to the name; i.e. _id.

View Article

Comment by trojanfoe on uncaughtExceptionHandler failed to catch exceptions...

Debug it and add a breakpoint in uncaughtExceptionhandler to see if it's being called.

View Article

Comment by trojanfoe on Using Rust cargo in Visual Studio Cde. Error: Unable...

sh will be the UNIX shell and the OP is running Windows. It looks like the build.rs is not cross-platform.

View Article


Comment by trojanfoe on Thread spawning does not run thread-spawned function...

Won't you have multiple listeners on the same port, which will fail for all but the first to bind to that port?

View Article

Comment by trojanfoe on LLDB can't list function nor set a breakpoint

I think the "22 locations" thing is because "start" exists in multiple modules (the exe and dylibs). If you use yourexe`start you will get different results; however I played around with this myself...

View Article

Comment by trojanfoe on CLion fills editor with spaces

You'll probably get more help in the CLion Forum.

View Article


Comment by trojanfoe on How can i use GLSL shaders with raylib-rust?

I don't know about raylib; do you need to set-up a camera, or does it automatically use the screen co-ordinates?

View Article


Comment by trojanfoe on Crash issue in iOS related to fopen_s(__sFILE**, char...

You are not reading that stacktrace correctly; it actually crashed in pb_check_proto3_default_value + 342. Expand the arrow between frames 0 and 23 to get more context that will help you track it down.

View Article

Comment by trojanfoe on C substring of variable length in a consistent file...

OK firstly you are reading the line data into line which is on the stack and you are returning a pointer to it. When the function goes out-of-scope the stack is reclaimed. Instead, you will need to...

View Article

Comment by trojanfoe on LLDB can't list function nor set a breakpoint

I think the "22 locations" thing is because "start" exists in multiple modules (the exe and dylibs). If you use yourexe`start you will get different results; however I played around with this myself...

View Article

Comment by trojanfoe on How do I set a relative path for SQLite in workspace?

You will probably need to generate the database URL dynamically, by searching for the base_dir at runtime.

View Article


Comment by trojanfoe on How do I handle a rotation texture of Vertex...

You are loading the texture in the vertex shader? I've never seen that before. If you just want the texture size then it's more normal to send that in using a uniform or something.

View Article

Image may be NSFW.
Clik here to view.

Answer by trojanfoe for Share Android Studio SDKs and projects between users...

By default Android Studio will want the Android SDK to be in $HOME/Library/Android/sdk. This can be changed to whatever you like, for example /Users/Shared/Library/Android/sdk from within Android...

View Article


Comment by trojanfoe on How do I link libvlc.dylib and libvlccore.dylib on...

The VLC application does not include those header files or those libraries, so you would need to use an alternative source for those files.

View Article

Comment by trojanfoe on Why is virtual_size on macOS so different from VmSize...

Looks related: stackoverflow.com/a/55946021/299924

View Article


Comment by trojanfoe on How to get XCode to use relative path

If you have multiple Xcode Projects that are related, you should probably be using an Xcode Workspace to bind them together. This way you can define the dependencies between the projects, which will...

View Article

Comment by trojanfoe on How do I update an ancient Mac app (Aqualess)?

Done. See this repo. If you need binaries then let me know.

View Article

Comment by trojanfoe on Build process failed on macOS Sonoma 14.5 using...

I agree with Richard Barber; run xattr -r <source_dir> to see what files have extended attributes. You can clear them with xattr -d <attribute> <file>.

View Article
Browsing all 226 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>