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 9053591
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T13:27:45+00:00 2026-06-16T13:27:45+00:00

Have: [DllImport(OpenAL32.dll)] static extern void alcOpenDevice(char*[] devicename); Wanna send the name to this function

  • 0

Have:

[DllImport("OpenAL32.dll")]
static extern void alcOpenDevice(char*[] devicename);

Wanna send the name to this function like smth that:

char[] data = "Hello!".ToCharArray();
char*[] txt = &data;

But getting the errors:

  • cannot implicitly convert type char[] * to char * []

    (funny error, because C# compiler refuses to define char[] * in /unsafe mode also 🙂 )

  • Cannot take the address of, get the size of, or declare a pointer to a managed type
    (char[])

PS
When does char become managed? It’s a struct, isn’t it?

public struct Char : IComparable, IConvertible, IComparable<char>, IEquatable<char>

Although compiler showed info about declaring the pointer to a managed type (char[]). I can only suggest that when the type is an array CLR may present it like a managed type, but it sounds very crazy.

  • 1 1 Answer
  • 0 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. Editorial Team
    Editorial Team
    2026-06-16T13:27:46+00:00Added an answer on June 16, 2026 at 1:27 pm

    alcOpenDevice does not take char*[] or char**, it takes char*, which you should specify as a string. It also returns a handle.

        [DllImport("OpenAL32.dll", CharSet = CharSet.Ansi)]
        static extern IntPtr alcOpenDevice(string devicename);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following declaration for SHChangeNotify : [DllImport(Shell32.dll)] public static extern void SHChangeNotify(HChangeNotifyEventID
i have a method registered like this: [DllImport(MyApi.dll, CharSet = CharSet.Ansi)] private static extern
In C# I have this: [DllImport(user32.dll, EntryPoint = GetDesktopWindow)] public static extern IntPtr GetDesktopWindow();
I have the following function: [DllImport(user32.dll, CharSet=CharSet.Auto)] static extern int SendMessage(IntPtr hWnd, int wMsg,
I have this dll call: [DllImport(FreqCntPcIntf.dll, CallingConvention = CallingConvention.StdCall)] public static extern Intf_ErrorType FreqCntIntf_Init(
in a C# file i have a class Archiver { [DllImport(Archiver.dll)] public static extern
I have a class which uses a method in user32.dll: [System.Runtime.InteropServices.DllImport(user32.dll)] private static extern
I have [DllImport(user32.dll, EntryPoint = SetWindowPos)] public static extern IntPtr SetWindowPos(string hWnd, int hWndInsertAfter,
I have: [SuppressUnmanagedCodeSecurity] [DllImport(Kernel32.dll, CharSet = CharSet.Auto, SetLastError = true)] static extern bool MoveFileWithProgress(
I have the following code in my application: [DllImport(user32.dll)] private static extern int GetWindowLong(IntPtr

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.