problem with file dialog

Blitz3D Forums/Blitz3D Beginners Area/problem with file dialog

i have a problem with standard open file dialog of windows, i call a dll and all ok, but before i cant load textures in blitz3d, error ocurrs

could you be more specific?

i am spanish and my english is bad ;)

i use a dll, this dll is for show a standard open file dialog of windows, i call a dll, close the dialog and before open image, all ok, but i use image error ocurrs, the images loaded previous show this dialog are ok for use.

What is the DLL file and what imported commands are you using? Firstly check the obvious, such as ensuring you arent accidentally clearing images/textures elsewhere or that you mis-load them. Failing that try commenting out the DLL function call and see if it works - it seems unlikely to be a clash but all things should be considered.