Skip to content

dynlib pragmas #1348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 6 commits into from
Closed

dynlib pragmas #1348

wants to merge 6 commits into from

Conversation

ringabout
Copy link
Member

@ringabout ringabout commented Jul 30, 2025

ref #1337

N_LIB_PRIVATE N_NIMCALL(void, atmtest7dotnim_DatInit000)(void)
{
  TM__mSF73dT1lSI7DG58StKHLQ_2 = nimLoadLibrary(TM__mSF73dT1lSI7DG58StKHLQ_5);
  if ((!(TM__mSF73dT1lSI7DG58StKHLQ_2)))
  {
    nimLoadLibraryError(TM__mSF73dT1lSI7DG58StKHLQ_7);
  }
  Dl_553648133_ = ((tyProc__AZTUiCZaALZRaHCrErN20w)nimGetProcAddr(TM__mSF73dT1lSI7DG58StKHLQ_2, "iconv_open"));
}

Dl_553648133_ is supposed to be initialized before the call, I'm trying to find the right place to put it

@ringabout ringabout changed the title wip: DynlibP pragmas dynlib pragmas Jul 31, 2025
@ringabout ringabout closed this Aug 6, 2025
@ringabout ringabout deleted the pr_Frage branch August 6, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant