Forum > General

[SOLVED] Is it possible to jump into C code from Lazarus? If yes, when/how?

(1/3) > >>

cpicanco:
Hi everyone,

I am receiving an "ActiveX not available" error from SDL_GetError when calling SDL_Init(SDL_INIT_VIDEO). I am wondering what should I do with Lazarus to known in which line this error is happening in the C code (with step into, F7). Where should I place the header and source SDL files?

Best,
R

cpicanco:
Hi everyone,

Please, shed some light on this. Is it possible to jump into C code (F7)? I am getting a weird "activex not available" error when calling:

if SDL_InitSubSystem(SDL_INIT_VIDEO) < 0 then begin
...
end;

The strange thing is that this error was NOT happening yesterday on my own machine. I found this error running on a Windows 7 machine. And now it happening on my Windows 11 machine. What the hell is happening??

Zvoni:

--- Quote from: cpicanco on September 26, 2023, 03:43:25 pm ---Is it possible to jump into C code (F7)? I am getting a weird "activex not available" error when calling:

--- End quote ---
No

cpicanco:
I remember lazarus jumping into C code. Am I allucinating?  :o

ccrause:

--- Quote from: cpicanco on September 26, 2023, 07:06:25 pm ---I remember lazarus jumping into C code. Am I allucinating?  :o

--- End quote ---
I think it is possible, but then the C object/library needs to contain the necessary debug information.

Navigation

[0] Message Index

[#] Next page

Go to full version