Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 149223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T09:05:48+00:00 2026-05-11T09:05:48+00:00

I just built an updated version of SDL.dll, an open-source C DLL that my

  • 0

I just built an updated version of SDL.dll, an open-source C DLL that my Delphi project uses, with the Express edition of Visual C++ 2005. I dropped it in the folder with my EXE and tried to run it, but it won’t load:

The procedure entry point SDL_RWFromFP could not be located in the dynamic link library SDL.dll.  

Now C never was my strong point, but I remember enough of it from college to try and track this one down. I went poking around in the source code to see what had happened to this function, and I found it grayed out, beneath a preprocessor directive:

#ifdef HAVE_STDIO_H 

IIRC, STDIO is the standard C I/O library. I assume this means that it’s not available. Anyone know why that would be and how to fix it? Is this a Visual C++ issue or an SDL one?

  • 1 1 Answer
  • 2 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-11T09:05:48+00:00Added an answer on May 11, 2026 at 9:05 am

    Most often in the Unix/Linux world, names like HAVE_STDIO_H indicate that the code has been ‘autoconfiscated’ (which is the official term used to describe the state of having been made to work with the ‘autotools’ such as ‘autoconf’). In such a set up, the configure process would determine whether <stdio.h> was available and would set #define HAVE_STDIO_H 1 in the config.h file that it generates. The compilation would then discover that the platform has <stdio.h> and would compile the matching code (the stuff that is currently greyed out).

    Adapting to your Windows environment, somewhat less than 100% confidently since there could be some other significance to HAVE_STDIO_H on Windows, you might decide that it would be OK to include -DHAVE_STDIO_H in the command line options when you run the compiler. Or you might create the config file by hand, and define -DHAVE_CONFIG_H (which is the normal way to indicate that configuration settings are in the file ‘config.h’). In the ‘config.h’ file, you’d have #define HAVE_STDIO_H 1 as mentioned above.


    Note: on Unix, you normally find a shell script called ‘configure’ which you run to create the config.h file. If you have Cygwin, there’s an outside chance that you can use that script on Windows – I’ve just checked that an autoconfiscated package I created on Solaris was configurable on Windows under Cygwin and it mostly worked – all except some network handling. I’d not guarantee that it will always fail (but it’s software – guaranteeing anything is pretty dangerous). I should add that the problem is in my auto-configuration code (the tests for the network functionality clearly aren’t quite correct), and not in Cygwin per se. If I’d done the job properly, it would have worked. (Someone said ‘There is no portable code; there is only code that has been ported’. That applies here.)

    You do need a good simulation of a Unix environment. MingW might also work.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just built an application in ASP.net that returns a PNG image. The resulting
I just built a WPF form that contains a ListBox. The ListBox has bound
I've just built a crap load of Telerik reports for my web site project,
I've just built an MS Outlook Add In using Visual Studio and Office 2010.
When I open a MySQL connection in PHP with just PHP's built-in MySQL functions,
Just updated albacore to version 0.14 and ran into a major problem. My current
I used TeeChart version 7 for an older Dev Studio 2006/C++ Builder project that
I am using the newest STS, just updated:\ Version: 2.9.0.RELEASE Build Id: 201203011000 I
I am working on a DLL that a webservice I have uses, I added
I have a project that targets .NET 4.5. In Visual Studio 2012, I can

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.